first draft of taskfile clean
This commit is contained in:
13
taskfiles/SharedCommon.yml
Normal file
13
taskfiles/SharedCommon.yml
Normal file
@ -0,0 +1,13 @@
|
||||
# https://taskfile.dev
|
||||
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
updatebash:
|
||||
cmds:
|
||||
- cmd: (cp /zz/zShared/shared/bashrc ~/.bashrc)
|
||||
ignore_error: true
|
||||
- cmd: (cp /zz/zShared/shared/bash_logout ~/.bash_logout)
|
||||
ignore_error: true
|
||||
- cmd: (cp /zz/zShared/shared/bash_profile ~/.bash_profile)
|
||||
ignore_error: true
|
||||
Reference in New Issue
Block a user