7 lines
95 B
Bash
Executable file
7 lines
95 B
Bash
Executable file
#! /usr/bin/bash
|
|
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
|
|
source /home/ohad/.profile
|
|
exec /usr/bin/sway
|