A new start
This commit is contained in:
13
.init/trap.sh
Executable file
13
.init/trap.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
TRAPINT() {
|
||||
}
|
||||
|
||||
TRAPQUIT() {
|
||||
}
|
||||
|
||||
TRAPTERM() {
|
||||
}
|
||||
|
||||
TRAPEXIT() {
|
||||
}
|
||||
Reference in New Issue
Block a user