Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
nuclearkev
/
ait
Suivre
1
Voter
1
Fork
1
Fichiers
Tickets
13
Pull Requests
0
Wiki
Aborescence:
eb01d90e2f
Branches
Tags
1.1
1.2
action-based-undo
big-revert
line-calculation
line-number-solution
master
select-rendering
ait-1.8-rc4
ait-1.8-rc3
ait-1.8-rc2
1.10
1.9
1.8-rc1
1.8
1.7
1.6
1.5-serious-final
1.4
1.3
1.2
1.1
1.0.0
ait
/
replace-share.awk
replace-share.awk
45 B
Historique
Raw
1
2
3
4
5
{
gsub("%%SHAREDIR%%", dir);
print $0;
}