Add bash shebang to files

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-13 22:30:13 +01:00
parent e935acae2c
commit fec74b795e
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#!/bin/bash
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy

View file

@ -1,3 +1,4 @@
#!/bin/bash
# Disable screen saver
xset s off
xset -dpms

View file

@ -1,3 +1,4 @@
#!/bin/bash
# Disable screen saver
xset s off
xset -dpms