Dossier test

This commit is contained in:
2018-03-12 06:25:43 +01:00
parent 7ea415b906
commit bca8a94150
10 changed files with 218 additions and 0 deletions

12
_test/param.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
if [[ "${1}" == "latest" ]]; then
echo $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 ~/.kymsu/plugins.d -type f -name '_m*.sh' -perm +u+x | xargs exec "$1" ;