7 lines
78 B
Bash
Executable File
7 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo Debugmode on:
|
|
./debug_program
|
|
echo Debugmode off:
|
|
./program
|