Add echo line at the beginning of each sh script (#202)

This commit is contained in:
Jérémie Bresson
2018-04-23 09:58:45 +02:00
committed by GitHub
parent 2833319b81
commit 019b0dca1c
238 changed files with 238 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/sh
SCRIPT="$0"
echo "# START SCRIPT: $SCRIPT"
while [ -h "$SCRIPT" ] ; do
ls=$(ls -ld "$SCRIPT")