dotfiles/fish/functions/ss.fish

6 lines
71 B
Fish
Raw Normal View History

function ss --description 'Run the script/server'
script/server
end