mirror of
https://github.com/flynx/bashctrl.git
synced 2025-10-28 18:30:10 +00:00
cleanup....
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
71847b3856
commit
0c513c0fd8
2
bashctrl
2
bashctrl
@ -259,9 +259,7 @@ while true; do
|
|||||||
for plugin in ${BASH_DIR}/events/$2/* ; do
|
for plugin in ${BASH_DIR}/events/$2/* ; do
|
||||||
[ $plugin == "README" ] \
|
[ $plugin == "README" ] \
|
||||||
&& continue
|
&& continue
|
||||||
echo " --- $plugin: pre"
|
|
||||||
source $plugin $2
|
source $plugin $2
|
||||||
echo " --- $plugin: post"
|
|
||||||
done
|
done
|
||||||
shift
|
shift
|
||||||
break
|
break
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user