tChanged shebang - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 2ecd4c541762e78788c54bc5b8266a65dafe982f
(DIR) parent b40fb0eab5065480f7f65f0cb4214dccdb5c89f1
(HTM) Author: Willy Goiffon <w.goiffon@gmail.com>
Date: Tue, 1 Oct 2013 08:18:30 +0200
Changed shebang
Diffstat:
M info.sh | 2 +-
M square | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/info.sh b/info.sh
t@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
c00=$'\e[0;30m'
c01=$'\e[0;31m'
(DIR) diff --git a/square b/square
t@@ -1,6 +1,5 @@
-#!/bin/bash
+#!/bin/sh
echo
for i in {0..7}; do echo -en " \e[0;3${i}m▉▉▉▉\e[0m"; done; echo
for i in {0..7}; do echo -en " \e[1;3${i}m▉▉▉▉\e[0m"; done; echo
-echo