mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
Added wiki browser command
This commit is contained in:
3
roles/shell/files/usr/local/bin/wiki
Executable file
3
roles/shell/files/usr/local/bin/wiki
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
xdg-open https://wiki.thunix.net
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user