mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-15 05:29:56 +00:00
5 lines
74 B
Bash
5 lines
74 B
Bash
|
#!/bin/sh
|
||
|
sed 's/^#.*//' \
|
||
|
| qhasm-generic \
|
||
|
| sed 's_//\(.*\)$_/*\1 */_'
|