mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 13:04:27 +01:00
fix gem5-shell quoting
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
offset="${1:-0}"
|
offset="${1:-0}"
|
||||||
base=3456
|
base=3456
|
||||||
telnet localhost $(("$base" + "$offset"))
|
telnet localhost $(($base + $offset))
|
||||||
|
|||||||
Reference in New Issue
Block a user