diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-11 20:18:35 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-11 20:18:35 +0100 |
commit | 825e445c32f312ae867050d6a2296d9a8cdd1dcc (patch) | |
tree | b21891ed82e51aaa1d4649144be3d73dbb7872cc | |
parent | 450bc3f027fa4f2813038ec18f0862d8795793c2 (diff) |
Fixes hashbang
Diffstat (limited to '')
-rwxr-xr-x | dict | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/bash URL=https://en.m.wiktionary.org/wiki/ URLT=https://www.wordnik.com/words/WORD#relate |