3 lines
74 B
Bash
3 lines
74 B
Bash
|
#!/bin/sh
|
||
|
`grep '^Exec' $1 | tail -1 | sed 's/^Exec=//' | sed 's/%.//'` &
|