mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 10:16:12 +00:00
Add echo line at the beginning of each sh script (#202)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
SCRIPT="$0"
|
||||
echo "# START SCRIPT: $SCRIPT"
|
||||
|
||||
while [ -h "$SCRIPT" ] ; do
|
||||
ls=`ls -ld "$SCRIPT"`
|
||||
|
||||
Reference in New Issue
Block a user