This website works better with JavaScript.
Home
Help
Sign In
non
/
spiralsynthmodular
mirror of
https://github.com/original-male/spiralsynthmodular
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115
Commits
1
Branch
1.8MB
Tree:
e92be7cc72
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'e92be7cc72'
${ noResults }
spiralsynthmodular
/
SpiralSound
/
Plugins
/
Edit.sh
10 lines
98B
Raw
Blame
History
#! /bin/sh
for file in `cat PluginList.txt`
do
echo $file
cd $file/
nedit Makefile.in
cd ..
done