Remove ancient trunk folder from svn repository
[synfig.git] / synfig-osx / trunk / launcher / events.applescript
diff --git a/synfig-osx/trunk/launcher/events.applescript b/synfig-osx/trunk/launcher/events.applescript
deleted file mode 100644 (file)
index 1da65de..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-on open names
-       set fileNames to {}
-       repeat with i from 1 to count of names
-               set fileNames to fileNames & {quoted form of (POSIX path of (item i of names))}
-       end repeat
-       
-       set fifoLocation to " >> ~/sinfg/fifo"
-       
-       repeat with fileName in fileNames
-               set cmdLine to {"echo O " & fileName & fifoLocation}
-               do shell script cmdLine
-       end repeat
-end open
-