Added note to remove relative paths after testing
This commit is contained in:
parent
b101809e42
commit
51224a6929
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
## Wizard Kit: ddrescue TUI Launcher
|
## Wizard Kit: ddrescue TUI Launcher
|
||||||
|
# TODO: Replace relative paths with absolute
|
||||||
|
|
||||||
# Check if running under Linux
|
# Check if running under Linux
|
||||||
os_name="$(uname -s)"
|
os_name="$(uname -s)"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
## Wizard Kit: HW Diagnostics Launcher
|
## Wizard Kit: HW Diagnostics Launcher
|
||||||
|
# TODO: Replace relative paths with absolute
|
||||||
|
|
||||||
source ./launch-in-tmux
|
source ./launch-in-tmux
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue