Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
close (open for access "output.txt")
|
||||
|
|
@ -0,0 +1 @@
|
|||
tell application "Finder" to make new folder at startup disk with properties {name:"docs"}
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
tell application "Finder" to set wd to target of window 1 as string
|
||||
close (open for access wd & "output.txt")
|
||||
|
|
@ -0,0 +1 @@
|
|||
tell application "Finder" to make new folder at window 1 with properties {name:"docs"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue