mirror of
https://github.com/muccc/WomoLIN.git
synced 2026-03-04 00:04:00 +01:00
6 lines
92 B
Bash
6 lines
92 B
Bash
#!/bin/bash
|
|
|
|
function setAppFromShellName () {
|
|
APP=`echo $1 | sed 's/.*_\(.*\).sh/\1/g'`
|
|
}
|