summaryrefslogtreecommitdiff
path: root/tools/cleanup.sh
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-02-10 09:35:02 -1000
committerJohn Wiegley <johnw@newartisans.com>2012-02-10 09:36:37 -1000
commit62f33ae7e0e2df49cdbc96d383aaff4497018a13 (patch)
tree0e8c7211ec980372aa1d4fe3ef413549d783fec3 /tools/cleanup.sh
parentf45c0f0854a25f57555aa0388b8193129bc65bd7 (diff)
downloadfork-ledger-62f33ae7e0e2df49cdbc96d383aaff4497018a13.tar.gz
fork-ledger-62f33ae7e0e2df49cdbc96d383aaff4497018a13.tar.bz2
fork-ledger-62f33ae7e0e2df49cdbc96d383aaff4497018a13.zip
Moved some files into their right locations
Diffstat (limited to 'tools/cleanup.sh')
-rwxr-xr-xtools/cleanup.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/cleanup.sh b/tools/cleanup.sh
new file mode 100755
index 00000000..29c243ad
--- /dev/null
+++ b/tools/cleanup.sh
@@ -0,0 +1,5 @@
+#/bin/bash
+
+mv ledger3.texi keep-ledger3.texi
+rm ledger3.*
+mv keep-ledger3.texi ledger3.texi \ No newline at end of file