summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rwxr-xr-xcptobin.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index cfefcc3..eef29c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
*~
*.pyc
-cptobin.sh
+
diff --git a/cptobin.sh b/cptobin.sh
new file mode 100755
index 0000000..25a22d4
--- /dev/null
+++ b/cptobin.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+cp -f clean_repo.py config.py config.sh main.sh mkpending.py filter.py ~/usr/bin/ \ No newline at end of file