add alias for webarchive

This commit is contained in:
Morgan Wattiez 2019-07-23 14:29:00 +02:00
parent 37acba1d11
commit d0deba31e0

View File

@ -41,3 +41,6 @@ function logtalk() {
path_swilgt=$(find /usr/local/Cellar/logtalk -name "*swilgt.sh" 2>/dev/null)
sh "$path_swilgt"
}
function archive() {
open -na "Google Chrome" --args "https://web.archive.org/web/*/$*"
}