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