mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
#By https://github.com/ikn/
|
|
dir=$1
|
|
bspc node -n ${dir}.!automatic || bspc node -s ${dir}
|