Browse Source

Added alias for executing scripts (cf. StdIOShell)

git-svn-id: https://svn-dept.inf.ethz.ch/svn/lecturers/a2/trunk@8692 8c9fc860-2736-0410-a75d-ab315db34111
negelef 6 years ago
parent
commit
fc4de4bf43
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/Shell.Alias

+ 1 - 0
source/Shell.Alias

@@ -5,6 +5,7 @@ create=Tar.Create
 decode=Decoder.Open
 diff=DiffLib.Compare
 extract=Tar.Extract
+execute=System.DoFile
 free=System.Free
 freeall=System.FreeDownTo
 find=SearchTools.Find