mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(nix): migrate fish shell and direnv to Nix
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Create a set of screenshots from a URL
|
||||
# Usage: screenshot <url>
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo 1>&2 Usage: screenshot \<url\> \(parameters\)
|
||||
exit 127
|
||||
fi
|
||||
|
||||
pageres 375x667 768x1024 1280x800 $*
|
||||
Reference in New Issue
Block a user