press-alfa-v1.party 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #!/bin/sh
  2. # Universal Package Standard (UPS) es based on FHS
  3. # I use UPS, too!
  4. # it's mean: you need mv/copy the package in selected repo dir
  5. # repo dir: $org/user/repo/
  6. # the $org dir canbe changed
  7. # before use package you need untar (extract) the dir from archive!
  8. # warn: the pacs supporting Universal Package File Hierarchy Standard (UP-FHS)
  9. # then you need move the pacs in selected home dir
  10. # or redefine home dir to the pwd of the pac
  11. # This es my Friends!
  12. # This es my Requirements!
  13. # We are Legion!
  14. # Free Software. Welcome :D
  15. # my own libs:
  16. . "$gamsoft/gam/tool/press-alfa-v1/lib/press_hide"
  17. . "$gamsoft/gam/tool/press-alfa-v1/lib/presskey"
  18. . "$gamsoft/gam/tool/press-alfa-v1/lib/pressonekey"
  19. . "$gamsoft/gam/tool/press-alfa-v1/lib/press_show"
  20. # #deanon
  21. # need for detect your current shell
  22. # for skeep analize: just define shist to your current shell
  23. #
  24. # warn: zsh and shells have different versions of 'read' common-util!!
  25. # for work we need currectly define keys or shist (need for auto-redefine keys):
  26. # keys= (-k in zsh, -n, etc.)
  27. # shist= (sh, ash, zsh, bash, dash, fish, etc.)
  28. . "$unisoft/unishell/deanon/shist_detect-alfa-v0/lib/shist_detect"