Advertisement
Guest User

Squad Debloater UNIX

a guest
Oct 4th, 2013
1,853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.72 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. rm -f Squad/Parts/Aero/advancedCanard/model000.*
  4. rm -f Squad/Parts/Aero/advancedCanard/model001.*
  5.  
  6. rm -f Squad/Parts/Aero/Ailerons/model001.*
  7.  
  8. rm -f Squad/Parts/Aero/airplaneTail/model000.*
  9. rm -f Squad/Parts/Aero/airplaneTail/model001.*
  10.  
  11. rm -f Squad/Parts/Aero/CanardController/model000.*
  12. rm -f Squad/Parts/Aero/CanardController/model001.*
  13.  
  14. rm -f Squad/Parts/Aero/deltaWing/model000.*
  15. rm -f Squad/Parts/Aero/deltaWing/model001.*
  16.  
  17. rm -f Squad/Parts/Aero/NoseCone/model000.*
  18.  
  19. rm -f Squad/Parts/Aero/noseConeAdapter/model000.*
  20. rm -f Squad/Parts/Aero/noseConeAdapter/model001.*
  21. rm -f Squad/Parts/Aero/noseConeAdapter/model002.*
  22.  
  23. rm -f Squad/Parts/Aero/rocketNoseCone/model000.*
  24.  
  25. rm -f Squad/Parts/Aero/standardNoseCone/model000.*
  26. rm -f Squad/Parts/Aero/standardNoseCone/model001.*
  27.  
  28. rm -f Squad/Parts/Aero/sweptWing/model000.*
  29. rm -f Squad/Parts/Aero/sweptWing/model001.*
  30.  
  31. rm -f Squad/Parts/Aero/tailfin/model000.*
  32. rm -f Squad/Parts/Aero/tailfin/model001.*
  33.  
  34. rm -f Squad/Parts/Aero/wingConnector/model000.*
  35. rm -f Squad/Parts/Aero/wingConnector/model001.*
  36.  
  37. rm -f Squad/Parts/Aero/winglet/model000.*
  38. rm -f Squad/Parts/Aero/winglet/model001.*
  39.  
  40. rm -f Squad/Parts/Aero/winglet2/model000.*
  41. rm -f Squad/Parts/Aero/winglet2/model001.*
  42.  
  43. rm -f Squad/Parts/Command/advSasModule/model001.*
  44.  
  45. rm -f Squad/Parts/Command/avionicsNoseCone/model000.*
  46.  
  47. rm -f Squad/Parts/Command/crewCabin/model000.*
  48. rm -f Squad/Parts/Command/crewCabin/model001.*
  49.  
  50. rm -f Squad/Parts/Command/cupola/model000.*
  51. rm -f Squad/Parts/Command/cupola/model001.*
  52.  
  53. rm -f Squad/Parts/Command/landerCabinSmall/model000.*
  54. rm -f Squad/Parts/Command/landerCabinSmall/model001.*
  55.  
  56. rm -f Squad/Parts/Command/Mark1Cockpit/model000.*
  57. rm -f Squad/Parts/Command/Mark1Cockpit/model001.*
  58.  
  59. rm -f Squad/Parts/Command/Mark2Cockpit/model000.*
  60. rm -f Squad/Parts/Command/Mark2Cockpit/model001.*
  61.  
  62. rm -f Squad/Parts/Command/mark3Cockpit/model000.*
  63. rm -f Squad/Parts/Command/mark3Cockpit/model001.*
  64.  
  65. rm -f Squad/Parts/Command/Mk1-2Pod/model000.*
  66. rm -f Squad/Parts/Command/Mk1-2Pod/model001.*
  67.  
  68. rm -f Squad/Parts/Command/mk1pod/model001.*
  69.  
  70. rm -f Squad/Parts/Command/mk2LanderCabin/model000.*
  71. rm -f Squad/Parts/Command/mk2LanderCabin/model001.*
  72.  
  73. rm -f Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_diff.*
  74. rm -f Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_normal.*
  75.  
  76. rm -f Squad/Parts/Command/probeCoreSphere/model000.*
  77. rm -f Squad/Parts/Command/probeCoreSphere/model000a.*
  78.  
  79. rm -f Squad/Parts/Command/probeStackLarge/model000.*
  80. rm -f Squad/Parts/Command/probeStackLarge/model001.*
  81.  
  82. rm -f Squad/Parts/Command/probeStackSmall/model000.*
  83. rm -f Squad/Parts/Command/probeStackSmall/model001.*
  84.  
  85. rm -f Squad/Parts/Command/seatExternalCmd/model000.*
  86.  
  87. rm -f Squad/Parts/Electrical/largeSolarPanel/model000.*
  88.  
  89. rm -f Squad/Parts/Electrical/solarPanels1/model001.*
  90.  
  91. rm -f Squad/Parts/Electrical/solarPanels3/model001.*
  92.  
  93. rm -f Squad/Parts/Engine/engineLargeSkipper/ksp_l_midrangeEngine_fairing_norm.*
  94.  
  95. rm -f Squad/Parts/Engine/JetEngine/model000.*
  96.  
  97. rm -f Squad/Parts/Engine/liquidEngine1/model001.*
  98. rm -f Squad/Parts/Engine/liquidEngine1/model003.*
  99. rm -f Squad/Parts/Engine/liquidEngine1/model004.*
  100.  
  101. rm -f Squad/Parts/Engine/liquidEngine1-2/model001.*
  102. rm -f Squad/Parts/Engine/liquidEngine1-2/model003.*
  103.  
  104. rm -f Squad/Parts/Engine/liquidEngine2/model000.*
  105. rm -f Squad/Parts/Engine/liquidEngine2/model003.*
  106.  
  107. rm -f Squad/Parts/Engine/liquidEngine2-2/model002.*
  108.  
  109. rm -f Squad/Parts/Engine/liquidEngine3/engine3.*
  110. rm -f Squad/Parts/Engine/liquidEngine3/engine3_n.*
  111.  
  112. rm -f Squad/Parts/Engine/liquidEngineMini/ksp_m_liquidEngine_diff.*
  113. rm -f Squad/Parts/Engine/liquidEngineMini/ksp_m_liquidEngine_norm.*
  114. rm -f Squad/Parts/Engine/liquidEngineMini/ksp_m_liquidFuelEngine_fairing_norm.*
  115.  
  116. rm -f Squad/Parts/Engine/nuclearEngine/model000.*
  117. rm -f Squad/Parts/Engine/nuclearEngine/model001.*
  118.  
  119. rm -f Squad/Parts/Engine/solidBooster/model000.*
  120. rm -f Squad/Parts/Engine/solidBooster/model001.*
  121.  
  122. rm -f Squad/Parts/Engine/solidBooster1-1/model001.*
  123.  
  124. rm -f Squad/Parts/Engine/toroidalAerospike/model000.*
  125. rm -f Squad/Parts/Engine/toroidalAerospike/model001.*
  126. rm -f Squad/Parts/Engine/toroidalAerospike/model002.*
  127.  
  128. rm -f Squad/Parts/Engine/turboFanEngine/model000.*
  129.  
  130. rm -f Squad/Parts/FuelTank/fuelTank/model001.*
  131.  
  132. rm -f Squad/Parts/FuelTank/fuelTank1-2/model000.*
  133. rm -f Squad/Parts/FuelTank/fuelTank1-2/model001.*
  134.  
  135. rm -f Squad/Parts/FuelTank/fuelTank2-2/model001.*
  136.  
  137. rm -f Squad/Parts/FuelTank/fuelTank4-2/model000.*
  138. rm -f Squad/Parts/FuelTank/fuelTank4-2/model001.*
  139.  
  140. rm -f Squad/Parts/FuelTank/fuelTankSmall/model001.*
  141.  
  142. rm -f Squad/Parts/FuelTank/MK1Fuselage/model000.*
  143. rm -f Squad/Parts/FuelTank/MK1Fuselage/model001.*
  144.  
  145. rm -f Squad/Parts/FuelTank/MK1FuselageStructural/model000.*
  146. rm -f Squad/Parts/FuelTank/MK1FuselageStructural/model001.*
  147.  
  148. rm -f Squad/Parts/FuelTank/mk2Fuselage/model001.*
  149.  
  150. rm -f Squad/Parts/FuelTank/mk2SpacePlaneAdapter/model000.*
  151. rm -f Squad/Parts/FuelTank/mk2SpacePlaneAdapter/model001.*
  152.  
  153. rm -f Squad/Parts/FuelTank/mk3Fuselage/model000.*
  154. rm -f Squad/Parts/FuelTank/mk3Fuselage/model001.*
  155.  
  156. rm -f Squad/Parts/FuelTank/mk3spacePlaneAdapter/model000.*
  157. rm -f Squad/Parts/FuelTank/mk3spacePlaneAdapter/model001.*
  158.  
  159. rm -f Squad/Parts/FuelTank/RCSTank1-2/model000.*
  160. rm -f Squad/Parts/FuelTank/RCSTank1-2/model001.*
  161.  
  162. rm -f Squad/Parts/FuelTank/RCStankMini/ksp_m_rcsTank_diff.*
  163. rm -f Squad/Parts/FuelTank/RCStankMini/ksp_m_rcsTank_normal.*
  164.  
  165. rm -f Squad/Parts/FuelTank/RCStankRadialLong/ksp_r_rcsCylTank_diff.*
  166.  
  167. rm -f Squad/Parts/FuelTank/toroidalFuelTank/model000.*
  168. rm -f Squad/Parts/FuelTank/toroidalFuelTank/model001.*
  169.  
  170. rm -f Squad/Parts/FuelTank/xenonTank/model000.*
  171. rm -f Squad/Parts/FuelTank/xenonTank/model001.*
  172.  
  173. rm -f Squad/Parts/FuelTank/xenonTankRadial/ksp_r_xenonTank_diff.*
  174.  
  175. rm -f Squad/Parts/Structural/nacelleBody/model000.*
  176. rm -f Squad/Parts/Structural/nacelleBody/model001.*
  177.  
  178. rm -f Squad/Parts/Structural/radialEngineBody/model000.*
  179. rm -f Squad/Parts/Structural/radialEngineBody/model001.*
  180.  
  181. rm -f Squad/Parts/Structural/smallHardpoint/model000.*
  182. rm -f Squad/Parts/Structural/smallHardpoint/model001.*
  183.  
  184. rm -f Squad/Parts/Structural/stationHub/model000.*
  185. rm -f Squad/Parts/Structural/stationHub/model001.*
  186.  
  187. rm -f Squad/Parts/Structural/structuralPylon/model000.*
  188. rm -f Squad/Parts/Structural/structuralPylon/model001.*
  189.  
  190. rm -f Squad/Parts/Structural/structuralWing/model000.*
  191. rm -f Squad/Parts/Structural/structuralWing/model001.*
  192.  
  193. rm -f Squad/Parts/Utility/airScoop/model000.*
  194.  
  195. rm -f Squad/Parts/Utility/CircularIntake/model000.*
  196. rm -f Squad/Parts/Utility/CircularIntake/model001.*
  197.  
  198. rm -f Squad/Parts/Utility/dockingPort1/model000.*
  199. rm -f Squad/Parts/Utility/dockingPort1/model001.*
  200.  
  201. rm -f Squad/Parts/Utility/dockingPort2/model000.*
  202.  
  203. rm -f Squad/Parts/Utility/dockingPortLarge/model000.*
  204. rm -f Squad/Parts/Utility/dockingPortLarge/model001.*
  205.  
  206. rm -f Squad/Parts/Utility/dockingPortLateral/model000.*
  207. rm -f Squad/Parts/Utility/dockingPortLateral/model001.*
  208. rm -f Squad/Parts/Utility/dockingPortLateral/model002.*
  209.  
  210. rm -f Squad/Parts/Utility/LandingLeg/model000.*
  211. rm -f Squad/Parts/Utility/LandingLeg/model001.*
  212.  
  213. rm -f Squad/Parts/Utility/parachute_single/model000.*
  214. rm -f Squad/Parts/Utility/parachute_single/model001.*
  215.  
  216. rm -f Squad/Parts/Utility/ramAirIntake/model000.*
  217. rm -f Squad/Parts/Utility/ramAirIntake/model001.*
  218. rm -f Squad/Parts/Utility/ramAirIntake/model002.*
  219.  
  220. rm -f Squad/Parts/Utility/roverBody/model001.*
  221.  
  222. rm -f Squad/Parts/Utility/stackSeparator/model000.*
  223. rm -f Squad/Parts/Utility/stackSeparator/model001.*
  224.  
  225. rm -f Squad/Parts/Utility/telescopicLadder/model001.*
  226.  
  227. rm -f Squad/Parts/Utility/telescopicLadderBay/model000.*
  228. rm -f Squad/Parts/Utility/telescopicLadderBay/model001.*
  229.  
  230. rm -f Squad/Parts/Wheel/roverWheel2/model001.*
  231.  
  232. rm -f Squad/Parts/Wheel/roverWheel3/model000.*
  233. rm -f Squad/Parts/Wheel/roverWheel3/model001.*
  234.  
  235. rm -f Squad/Parts/Wheel/SmallGearBay/model000.*
  236. rm -f Squad/Parts/Wheel/SmallGearBay/model001.*
  237. rm -f Squad/Parts/Wheel/SmallGearBay/model002.*
  238.  
  239. rm -f Squad/Parts/Wheel/wheelMed/model000.*
  240. rm -f Squad/Parts/Wheel/wheelMed/model001.*
  241. rm -f Squad/Parts/Wheel/wheelMed/model002.*
  242. rm -f Squad/Parts/Wheel/wheelMed/model003.*
  243.  
  244. rm -f Squad/Spaces/crewCabinInternals/*.cfg
  245. rm -f Squad/Spaces/cupolaInternal/*.cfg
  246. rm -f Squad/Spaces/GenericSpace1/*.cfg
  247. rm -f Squad/Spaces/GenericSpace3/*.cfg
  248. rm -f Squad/Spaces/landerCabinInternals/*.cfg
  249. rm -f Squad/Spaces/landerCabinSmallInternal/*.cfg
  250. rm -f Squad/Spaces/mk1CockpitInternal/*.cfg
  251. rm -f Squad/Spaces/mk1PodCockpit/*.cfg
  252. rm -f Squad/Spaces/PodCockpit/*.cfg
  253.  
  254. rm -f Squad/Spaces/Common/*.mbm
  255. rm -f Squad/Spaces/crewCabinInternals/*.mbm
  256. rm -f Squad/Spaces/cupolaInternal/*.mbm
  257. rm -f Squad/Spaces/GenericSpace1/*.mbm
  258. rm -f Squad/Spaces/GenericSpace3/*.mbm
  259. rm -f Squad/Spaces/landerCabinInternals/*.mbm
  260. rm -f Squad/Spaces/landerCabinSmallInternal/*.mbm
  261. rm -f Squad/Spaces/mk1CockpitInternal/*.mbm
  262. rm -f Squad/Spaces/mk1PodCockpit/*.mbm
  263. rm -f Squad/Spaces/PodCockpit/*.mbm
  264.  
  265. rm -f Squad/Spaces/Common/*.png
  266. rm -f Squad/Spaces/crewCabinInternals/*.png
  267. rm -f Squad/Spaces/cupolaInternal/*.png
  268. rm -f Squad/Spaces/GenericSpace1/*.png
  269. rm -f Squad/Spaces/GenericSpace3/*.png
  270. rm -f Squad/Spaces/landerCabinInternals/*.png
  271. rm -f Squad/Spaces/landerCabinSmallInternal/*.png
  272. rm -f Squad/Spaces/mk1CockpitInternal/*.png
  273. rm -f Squad/Spaces/mk1PodCockpit/*.png
  274. rm -f Squad/Spaces/PodCockpit/*.png
  275.  
  276. rm -f Squad/Spaces/Common/*.tga
  277. rm -f Squad/Spaces/crewCabinInternals/*.tga
  278. rm -f Squad/Spaces/cupolaInternal/*.tga
  279. rm -f Squad/Spaces/GenericSpace1/*.tga
  280. rm -f Squad/Spaces/GenericSpace3/*.tga
  281. rm -f Squad/Spaces/landerCabinInternals/*.tga
  282. rm -f Squad/Spaces/landerCabinSmallInternal/*.tga
  283. rm -f Squad/Spaces/mk1CockpitInternal/*.tga
  284. rm -f Squad/Spaces/mk1PodCockpit/*.tga
  285. rm -f Squad/Spaces/PodCockpit/*.tga
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement