add pty-gpib-emulator from github
This commit is contained in:
5
pty-gpib-emulator/python/mkWiki.sh
Executable file
5
pty-gpib-emulator/python/mkWiki.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
NAME=`echo $1 | awk -F'.' '{ print $1 }'`
|
||||
|
||||
cat $1 | grep "##" | sed s/"##"//g | sed s/"\*\*"/"="/g | sed s/"<<<<"/"="/g | sed s/">>>>"/"="/g | sed s/"%%"/"*"/g > $2
|
||||
Reference in New Issue
Block a user