7 lines
55 B
Bash
7 lines
55 B
Bash
#!/bin/sh
|
|
|
|
echo 's#/##g
|
|
s# #/#'
|
|
|
|
echo '
|
|
' # foo() {} "
|