mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-13 09:30:19 +03:00
5 lines
74 B
Bash
Executable File
5 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
sed 's/^#.*//' \
|
|
| qhasm-generic \
|
|
| sed 's_//\(.*\)$_/*\1 */_'
|