chore: bump scintilla and lexilla version
This commit is contained in:
11
3rdparty/lexilla545/lexilla/test/examples/bash/Issue184Copy.bsh
vendored
Normal file
11
3rdparty/lexilla545/lexilla/test/examples/bash/Issue184Copy.bsh
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
echo $*
|
||||
echo $@
|
||||
echo $?
|
||||
echo $-
|
||||
echo $$
|
||||
echo $!
|
||||
echo $_
|
||||
echo $%
|
||||
echo $<
|
||||
|
||||
ifeth=$(ls /sys/class/net | grep ^"$intf" | grep "$intf"$)
|
Reference in New Issue
Block a user