Added wiki browser command

This commit is contained in:
Ubergeek 2019-07-10 12:15:47 +00:00
parent a84cb2cb48
commit e7da8f4713
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
xdg-open https://wiki.thunix.net

View File

@ -228,3 +228,11 @@
owner: root
group: root
mode: 0755
- name: Install CLI wiki browser
copy:
src: ../files/usr/local/bin/wiki
dest: /usr/local/bin/tldr
owner: root
group: root
mode: 0755