This website requires JavaScript.
Explore
Help
Sign In
kastdeur
/
pipeband-music
Watch
1
Star
0
Fork
You've already forked pipeband-music
0
mirror of
https://github.com/kastdeur/pipeband-music.git
synced
2024-12-23 00:33:31 +01:00
Code
Issues
Releases
Activity
f3d16b9b2e
pipeband-music
/
fix.sh
5 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
Moving Lilydrum.ly and bagpipe.ly to a search path, have to update MakeDrum script
2016-11-29 15:24:03 +01:00
#!/bin/bash
Added relative paths to MakeDrum if \include starts with a dot it will assume it is a relative file. Otherwise it will leave it be
2016-11-29 17:06:42 +01:00
COMMAND
=
''
Moving Lilydrum.ly and bagpipe.ly to a search path, have to update MakeDrum script
2016-11-29 15:24:03 +01:00
Added relative paths to MakeDrum if \include starts with a dot it will assume it is a relative file. Otherwise it will leave it be
2016-11-29 17:06:42 +01:00
sed
"s/\"\(.*.ily\)\"/\".\/\1\"/g"
-i **/**/*.ly **/*.ly
Copy permalink