kymsu2
-ajout de kymsu2.sh
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ "${1}" == "latest" ]]; then
|
||||
echo $1
|
||||
echo "param.sh: $1"
|
||||
fi
|
||||
|
||||
|
||||
#[ -d ~/.kymsu/plugins.d -a -x ~/.kymsu/plugins.d ] && find ~/.kymsu/plugins.d -type f -name '*.sh' -perm +u+x -exec bash -c {} ${1:no-cleanup} \;
|
||||
|
||||
find . -type f -name '_mas*.sh' -perm +u+x -exec bash -c {} "$1" \;
|
||||
find . -type f -name '_mas_test.sh' -perm +u+x -exec bash -c {} $1 \;
|
||||
|
||||
#/Users/bruno/Documents/Scripts/_test/_mas_test.sh $1
|
||||
|
||||
#find ~/.kymsu/plugins.d -type f -name '_m*.sh' -perm +u+x | xargs exec "$1" ;
|
||||
|
||||
Reference in New Issue
Block a user