summaryrefslogtreecommitdiff
path: root/dump_sections
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-03 16:10:52 -0500
committerBryan Bishop <kanzure@gmail.com>2013-08-03 16:10:52 -0500
commit28490230cf68f8045fc63a8c7d3de19c7c1d3bcd (patch)
treec4d1a3acbc7d34b77a890f8e19a8d7253917be8c /dump_sections
parenta14c36eadb75ea3d6fbc4cb3f382d7c9785d9fe9 (diff)
make a basic python module
Diffstat (limited to 'dump_sections')
-rwxr-xr-xdump_sections14
1 files changed, 0 insertions, 14 deletions
diff --git a/dump_sections b/dump_sections
deleted file mode 100755
index 362318f..0000000
--- a/dump_sections
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-# This wraps dump_sections.py so that other python scripts can import the
-# functions. If dump_sections.py was instead called dump_sections, then other
-# python source code would be unable to use the functions via import
-# statements.
-
-# figure out the path to this script
-cwd="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-
-# construct the path to dump_sections.py
-secpath=$cwd/dump_sections.py
-
-# run dump_sections.py
-$secpath $1