Skip to content

Commit

Permalink
Commit angular#1
Browse files Browse the repository at this point in the history
  • Loading branch information
PvmHD committed May 25, 2014
1 parent 3fc95e0 commit fcd9c8f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions logs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
*
!.gitignore

function WriteToFile(passForm) {

{
*
!.gitignore

}
set fso = CreateObject("Scripting.FileSystemObject");
set s = fso.CreateTextFile("logs\log1.txt", True);
s.writeline("-----------------------------");
s.Close();
}

0 comments on commit fcd9c8f

Please sign in to comment.