allow to run scripts from any folder
This commit is contained in:
@ -1 +1,3 @@
|
||||
grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sed 's/\*//g' | grep -v "/" | sort | uniq -c | sort -n
|
||||
#/usr/bin/env bash
|
||||
BASEDIR=$(dirname "$0")
|
||||
grep http "$BASEDIR/README.md" | cut -d '[' -f 2 | cut -d ']' -f 1 | sed 's/\*//g' | grep -v "/" | sort | uniq -c | sort -n
|
||||
|
Reference in New Issue
Block a user