10 lines
167 B
Bash
10 lines
167 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
OLDPWD=$OLDPWD
|
||
|
PWD=$PWD
|
||
|
cd $HOME/scripts/sway/
|
||
|
source ~/.dotfiles/bash/plenv-path.sh
|
||
|
perl -Ilocal/lib/perl5/5.38.2 displays.pl
|
||
|
cd $OLDPWD
|
||
|
cd $PWD
|