dotfiles/.scripts/zaSynctex.sh

5 lines
154 B
Bash
Raw Normal View History

2021-11-19 16:25:54 +01:00
#!/bin/bash
param=$(echo "$1" | sed 's/\/\.\//\//')
echo "$param" >> ~/myfifo
#exec bash -c "vscodium --verbose --reuse-window -g '$param' >> ~/test.txt"