diff options
author | Aaron LI <aly@aaronly.me> | 2017-11-03 18:30:18 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-11-03 18:30:18 +0800 |
commit | b50463d171ade46f549c5331e8ad317b410ac0f2 (patch) | |
tree | 9b5e48eb4b8d7e82902bd0e017d91c6ef8d8a7da | |
parent | dc3ab5291974191eda7f913a14422c4dd14dc422 (diff) | |
download | atoolbox-b50463d171ade46f549c5331e8ad317b410ac0f2.tar.bz2 |
Rename (and move) several scripts
-rwxr-xr-x | cli/get-arxiv.py (renamed from cli/get_arxiv.py) | 0 | ||||
-rwxr-xr-x | cli/rebuild-ipod.py (renamed from python/rebuild_ipod_db.py) | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | unix/lightsOn.bash (renamed from unix/lightsOn.sh) | 3 |
3 files changed, 2 insertions, 1 deletions
diff --git a/cli/get_arxiv.py b/cli/get-arxiv.py index edbe320..edbe320 100755 --- a/cli/get_arxiv.py +++ b/cli/get-arxiv.py diff --git a/python/rebuild_ipod_db.py b/cli/rebuild-ipod.py index 20c5454..20c5454 100755 --- a/python/rebuild_ipod_db.py +++ b/cli/rebuild-ipod.py diff --git a/unix/lightsOn.sh b/unix/lightsOn.bash index 99de6a9..25ad992 100644..100755 --- a/unix/lightsOn.sh +++ b/unix/lightsOn.bash @@ -1,4 +1,5 @@ -#!/bin/bash +#!/usr/bin/env bash +# # lightsOn.sh # Copyright (c) 2011 iye.cba at gmail com |