Skip to content

Commit ae9532d

Browse files
committed
‎‎‏‏‎ ‎
1 parent 97457ba commit ae9532d

File tree

2 files changed

+156
-0
lines changed

2 files changed

+156
-0
lines changed

.github/SIZE.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,80 @@
11
```mathematica
2+
708K └─┬ main
3+
376K ├─┬ Github
4+
372K │ └─┬ Runners
5+
88K │ ├─┬ bootstrap
6+
24K │ │ ├── deb_bootstrap_loongarch64.sh
7+
8.0K │ │ ├── ubuntu.sh
8+
8.0K │ │ ├── eweos.sh
9+
8.0K │ │ ├── debian.sh
10+
8.0K │ │ ├── cachyos.sh
11+
8.0K │ │ ├── artix.sh
12+
8.0K │ │ ├── archlinux.sh
13+
4.0K │ │ ├── debian_guix.sh
14+
4.0K │ │ ├── archlinux_hooks.sh
15+
4.0K │ │ └── alpine.sh
16+
56K │ ├── alpine-builder.dockerfile
17+
44K │ ├── gentoo-builder.dockerfile
18+
28K │ ├── debloat_ubuntu.sh
19+
16K │ ├── x86_64-ubuntu.dockerfile
20+
16K │ ├── ubuntu-systemd-base.dockerfile
21+
16K │ ├── aarch64-ubuntu.dockerfile
22+
12K │ ├── ubuntu-builder.dockerfile
23+
12K │ ├── manage_linux.sh
24+
12K │ ├── debian-builder-unstable.dockerfile
25+
12K │ ├── archlinux-builder.dockerfile
26+
12K │ ├── README.md
27+
8.0K │ ├── run_linux.sh
28+
8.0K │ ├── debian-ix.dockerfile
29+
4.0K │ ├── docker-bake.hcl
30+
4.0K │ ├── debian_loongarch64.dockerfile
31+
4.0K │ ├── debian.dockerfile
32+
4.0K │ ├── debian-guix.dockerfile
33+
4.0K │ ├── alpine_loongarch64.dockerfile
34+
4.0K │ ├── alpine.dockerfile
35+
4.0K │ └── alpine-ix.dockerfile
36+
196K ├─┬ Linux
37+
40K │ ├─┬ extraxtor
38+
32K │ │ ├── main.go
39+
4.0K │ │ └── README.md
40+
32K │ ├── rbuilder.sh
41+
28K │ ├── extraxtor.sh
42+
20K │ ├── install_bins_curl.sh
43+
12K │ ├── sshd_config_passwordless
44+
12K │ ├── sshd_config
45+
12K │ ├── setup_ssh.sh
46+
8.0K │ ├── install_ix.sh
47+
4.0K │ ├── nonguix.channels.scm
48+
4.0K │ ├── install_zig.sh
49+
4.0K │ ├── install_node_x86_64.sh
50+
4.0K │ ├── install_nix.sh
51+
4.0K │ ├── install_golang.sh
52+
4.0K │ ├── gentoo.conf
53+
4.0K │ └── DAGU_CRON.md
54+
120K ├─┬ Misc
55+
72K │ ├─┬ User-Agents
56+
12K │ │ ├── user_agents_all.txt
57+
4.0K │ │ ├── ua_safari_macos_latest.txt
58+
4.0K │ │ ├── ua_safari_macos_all.txt
59+
4.0K │ │ ├── ua_safari_iphone_latest.txt
60+
4.0K │ │ ├── ua_safari_iphone_all.txt
61+
4.0K │ │ ├── ua_firefox_windows_latest.txt
62+
4.0K │ │ ├── ua_firefox_windows_all.txt
63+
4.0K │ │ ├── ua_firefox_macos_latest.txt
64+
4.0K │ │ ├── ua_firefox_macos_all.txt
65+
4.0K │ │ ├── ua_chrome_windows_latest.txt
66+
4.0K │ │ ├── ua_chrome_windows_all.txt
67+
4.0K │ │ ├── ua_chrome_macos_latest.txt
68+
4.0K │ │ ├── ua_chrome_macos_all.txt
69+
4.0K │ │ ├── ua_chrome_android_latest.txt
70+
4.0K │ │ └── ua_chrome_android_all.txt
71+
36K │ ├─┬ Cloud
72+
12K │ │ ├── reboot_instance_cntb.sh
73+
8.0K │ │ ├── reboot_instance_aws.sh
74+
4.0K │ │ ├── setup_idx.nix
75+
4.0K │ │ ├── setup_apptainer_colab.sh
76+
4.0K │ │ └── change_hostname_colab.sh
77+
8.0K │ └── remove_upx_info.sh
78+
8.0K ├── README.md
79+
4.0K └── LICENSE
280
```

.github/SIZE.txt

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
708K └─┬ main
2+
376K ├─┬ Github
3+
372K │ └─┬ Runners
4+
88K │ ├─┬ bootstrap
5+
24K │ │ ├── deb_bootstrap_loongarch64.sh
6+
8.0K │ │ ├── ubuntu.sh
7+
8.0K │ │ ├── eweos.sh
8+
8.0K │ │ ├── debian.sh
9+
8.0K │ │ ├── cachyos.sh
10+
8.0K │ │ ├── artix.sh
11+
8.0K │ │ ├── archlinux.sh
12+
4.0K │ │ ├── debian_guix.sh
13+
4.0K │ │ ├── archlinux_hooks.sh
14+
4.0K │ │ └── alpine.sh
15+
56K │ ├── alpine-builder.dockerfile
16+
44K │ ├── gentoo-builder.dockerfile
17+
28K │ ├── debloat_ubuntu.sh
18+
16K │ ├── x86_64-ubuntu.dockerfile
19+
16K │ ├── ubuntu-systemd-base.dockerfile
20+
16K │ ├── aarch64-ubuntu.dockerfile
21+
12K │ ├── ubuntu-builder.dockerfile
22+
12K │ ├── manage_linux.sh
23+
12K │ ├── debian-builder-unstable.dockerfile
24+
12K │ ├── archlinux-builder.dockerfile
25+
12K │ ├── README.md
26+
8.0K │ ├── run_linux.sh
27+
8.0K │ ├── debian-ix.dockerfile
28+
4.0K │ ├── docker-bake.hcl
29+
4.0K │ ├── debian_loongarch64.dockerfile
30+
4.0K │ ├── debian.dockerfile
31+
4.0K │ ├── debian-guix.dockerfile
32+
4.0K │ ├── alpine_loongarch64.dockerfile
33+
4.0K │ ├── alpine.dockerfile
34+
4.0K │ └── alpine-ix.dockerfile
35+
196K ├─┬ Linux
36+
40K │ ├─┬ extraxtor
37+
32K │ │ ├── main.go
38+
4.0K │ │ └── README.md
39+
32K │ ├── rbuilder.sh
40+
28K │ ├── extraxtor.sh
41+
20K │ ├── install_bins_curl.sh
42+
12K │ ├── sshd_config_passwordless
43+
12K │ ├── sshd_config
44+
12K │ ├── setup_ssh.sh
45+
8.0K │ ├── install_ix.sh
46+
4.0K │ ├── nonguix.channels.scm
47+
4.0K │ ├── install_zig.sh
48+
4.0K │ ├── install_node_x86_64.sh
49+
4.0K │ ├── install_nix.sh
50+
4.0K │ ├── install_golang.sh
51+
4.0K │ ├── gentoo.conf
52+
4.0K │ └── DAGU_CRON.md
53+
120K ├─┬ Misc
54+
72K │ ├─┬ User-Agents
55+
12K │ │ ├── user_agents_all.txt
56+
4.0K │ │ ├── ua_safari_macos_latest.txt
57+
4.0K │ │ ├── ua_safari_macos_all.txt
58+
4.0K │ │ ├── ua_safari_iphone_latest.txt
59+
4.0K │ │ ├── ua_safari_iphone_all.txt
60+
4.0K │ │ ├── ua_firefox_windows_latest.txt
61+
4.0K │ │ ├── ua_firefox_windows_all.txt
62+
4.0K │ │ ├── ua_firefox_macos_latest.txt
63+
4.0K │ │ ├── ua_firefox_macos_all.txt
64+
4.0K │ │ ├── ua_chrome_windows_latest.txt
65+
4.0K │ │ ├── ua_chrome_windows_all.txt
66+
4.0K │ │ ├── ua_chrome_macos_latest.txt
67+
4.0K │ │ ├── ua_chrome_macos_all.txt
68+
4.0K │ │ ├── ua_chrome_android_latest.txt
69+
4.0K │ │ └── ua_chrome_android_all.txt
70+
36K │ ├─┬ Cloud
71+
12K │ │ ├── reboot_instance_cntb.sh
72+
8.0K │ │ ├── reboot_instance_aws.sh
73+
4.0K │ │ ├── setup_idx.nix
74+
4.0K │ │ ├── setup_apptainer_colab.sh
75+
4.0K │ │ └── change_hostname_colab.sh
76+
8.0K │ └── remove_upx_info.sh
77+
8.0K ├── README.md
78+
4.0K └── LICENSE

0 commit comments

Comments
 (0)