This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
secstate
/
dotfiles
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
0b3f30971c
Branches
Tags
freebsd
master
dotfiles
/
fish
/
.config
/
fish
/
functions
/
djsh.fish
djsh.fish
67 B
Historique
Raw
1
2
3
4
#!/usr/bin/env fish
function djsh
python manage.py shell_plus
end