6 lines
34 B
Bash
Executable File
6 lines
34 B
Bash
Executable File
#!/bin/bash
|
|
|
|
screen emacs
|
|
|
|
exit 0
|