13 lines
74 B
Bash
Executable File
13 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
TRAPINT() {
|
|
}
|
|
|
|
TRAPQUIT() {
|
|
}
|
|
|
|
TRAPTERM() {
|
|
}
|
|
|
|
TRAPEXIT() {
|
|
} |