.config
.emacs.d
.gkrellm2
.local
bin
Checking-repo
Logs
ansible
ansible-config
ansible-connection
ansible-console
ansible-doc
ansible-galaxy
ansible-inventory
ansible-playbook
ansible-pull
ansible-test
ansible-vault
bin-cp
browser-x
cleaner
cleanertmp
cmus-shell
dmenumount
dmenuumount
dmenuunicode
docker-start
dwmstatusbar
eix-repos-sync
emerge-logs
euscan
ext
f2py
f2py3
f2py3.6
f2py3.7
gentoo-test
geoip
getforecast
gfetch
git-init-folder
iptables-restart
mailsync
minecraft-launcher
mouse-set
night
notify-program
password-manager
rasp
rcon
record
remove-kernel
saver-off
screen-switcher
screenshot
screenshot-area
set-wallpaper
shut-sup-rest
speedtest-cli
ssh-permissions
stream
suspend-at-time
tea
temp
term-wmi
trans
twitch
update
update-kernel
video-convert
welcomer
welcomer-serwer
wsl-notify
wylaczoff
yatqa
yt-mp3
yt-video
.mozilla
.gitignore
.irbrc
.signature
.tmux.conf
.vimrc
.vimrc-def
.wall.jpg
.xinitrc
.zshrc
9 lines
218 B
Python
Executable File
9 lines
218 B
Python
Executable File
#!/usr/bin/python3.7
|
|
# -*- coding: utf-8 -*-
|
|
import re
|
|
import sys
|
|
from numpy.f2py.f2py2e import main
|
|
if __name__ == '__main__':
|
|
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
|
sys.exit(main())
|