mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
add erlang, more-complex shell examples
- some Erlang and escript files - .escript extension - .erlang extension - shell script with %, ##, name tokens
This commit is contained in:
4
samples/Shell/string-chopping.script!
Executable file
4
samples/Shell/string-chopping.script!
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
name=foodforthought.jpg
|
||||
echo ${name##*fo}
|
||||
Reference in New Issue
Block a user