projects
/
h316.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e0f81
)
*** empty log message ***
author
hachti
<hachti>
Wed, 16 Feb 2005 04:28:18 +0000
(
04:28
+0000)
committer
hachti
<hachti>
Wed, 16 Feb 2005 04:28:18 +0000
(
04:28
+0000)
bin/load
[new file with mode: 0644]
patch
|
blob
diff --git a/bin/load
b/bin/load
new file mode 100644
(file)
index 0000000..
49e8bf2
--- /dev/null
+++ b/
bin/load
@@ -0,0
+1,17
@@
+#!/bin/bash
+# Load a slst file
+
+if [ ! $1 ] ; then
+ echo "Argument fehlt!"
+ exit 2
+fi
+
+$name=tmp
+
+echo "at ptr $1" > $name.go
+echo "boot ptr" >> $name.go
+echo "r" >> $name.go
+echo "d p 1000" >> $name.go
+echo "echo Loaded $1." >> $name.go
+h316 $name.go
+rm -f $name.go